Modules§
Structs§
- One end of a bidirectional pipe
- One end of a bidirectional pipe. This implements the
Resource
trait. - Specify how stdin, stdout, and stderr are piped. By default, inherits from the process.
- An extension for use with the Deno JS runtime. To use it, provide it as an argument when instantiating your runtime:
Statics§
Traits§
- Abstraction over
AsRawFd
(unix) andAsRawHandle
(windows) - Abstraction over
FromRawFd
(unix) andFromRawHandle
(windows) - Abstraction over
IntoRawFd
(unix) andIntoRawHandle
(windows)
Functions§
- Creates both sides of a bidirectional pipe, returning the raw handles to the underlying OS resources.
- Create a unidirectional pipe pair that starts off as a pair of synchronous file handles, but either side may be promoted to an async-capable reader/writer.